- GQuark
alias GQuark = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_intern_static_string
alias da_g_intern_static_string = const(gchar)* function(const(gchar)* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_intern_string
alias da_g_intern_string = const(gchar)* function(const(gchar)* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_quark_from_static_string
alias da_g_quark_from_static_string = GQuark function(const(gchar)* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_quark_from_string
alias da_g_quark_from_string = GQuark function(const(gchar)* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_quark_to_string
alias da_g_quark_to_string = const(gchar)* function(GQuark quark)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_quark_try_string
alias da_g_quark_try_string = GQuark function(const(gchar)* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_intern_static_string
const(gchar)* g_intern_static_string(const(gchar)* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_intern_string
const(gchar)* g_intern_string(const(gchar)* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_quark_from_static_string
GQuark g_quark_from_static_string(const(gchar)* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_quark_from_string
GQuark g_quark_from_string(const(gchar)* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_quark_to_string
const(gchar)* g_quark_to_string(GQuark quark)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_quark_try_string
GQuark g_quark_try_string(const(gchar)* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_intern_static_string
da_g_intern_static_string g_intern_static_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_intern_string
da_g_intern_string g_intern_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_quark_from_static_string
da_g_quark_from_static_string g_quark_from_static_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_quark_from_string
da_g_quark_from_string g_quark_from_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_quark_to_string
da_g_quark_to_string g_quark_to_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_quark_try_string
da_g_quark_try_string g_quark_try_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.